Crate cpio

source · []
Expand description

A library for reading and writing CPIO archives.

CPIO archives can be in any of several formats. For now, this library only supports the newc (SVR4) format.

Re-exports

pub use newc::Builder as NewcBuilder;
pub use newc::Reader as NewcReader;

Modules

Read/write newc (SVR4) format archives.

Functions

Creates a new CPIO archive.